home *** CD-ROM | disk | FTP | other *** search
/ Tietokone-lehden Plus / Tietokone Plus CD 1998.iso / pc / ohjelmat / muut / hotfixes / postsp3 / sag-fix / q177471.txt < prev    next >
Text File  |  1997-12-21  |  4KB  |  89 lines

  1. DOCUMENT:Q177471
  2. TITLE   :EBCDIC Characters not Properly Converted to ANSI Characters
  3. PRODUCT :Microsoft Windows NT
  4. PROD/VER:4.00
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:kbbug kbfix4.00 kbpatch kbprint ntprint NTSrvWkst
  7.  
  8. ---------------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT Server version 4.0
  12.  - Microsoft Windows NT Workstation version 4.0
  13.  - Microsoft Windows NT Server Enterprise Edition version 4.0
  14. ---------------------------------------------------------------------------
  15.  
  16. SYMPTOMS
  17. ========
  18.  
  19. A Windows NT client or server that receives EBCDIC characters from an IBM-
  20. compatible computer does not convert properly from EBCDIC character codes
  21. to ANSI character codes. For example, a received string may be garbled.
  22.  
  23. CAUSE
  24. =====
  25.  
  26. This problem occurs because the default conversion table does not map some
  27. characters as needed. Also, according to DCE (Distributed Computing 
  28. Environment) specifications, the RPC (remote procedure calls) NDR (network
  29. data representation) does not provide information about code pages to the
  30. RPC layer. In other words, incoming data does not supply to the RPC
  31. receiver (client or server) any information about the code set or code page
  32. of the sender (client or server). This means that 1) the IBM-compatible
  33. computer can have a symmetrical problem when converting from a specific
  34. ANSI code page that is valid for a particular locale; and 2) the RPC layer
  35. cannot convert properly based on the information from the received data.
  36.  
  37. RESOLUTION
  38. ==========
  39.  
  40. The default conversion table has been changed to default to mapping from
  41. 1047 IBM EBCDIC code set to 1252 ANSI code page. This hotfix works properly
  42. for IBM and Microsoft systems that use the indicated default code set/code
  43. page.
  44.  
  45. To resolve this problem, obtain the following fix or wait for the next
  46. Windows NT service pack.
  47.  
  48. This fix should have the following time stamp:
  49.  
  50.    12/08/97  01:16p               680,208 Ole32.dll  (Intel)
  51.    12/08/97  01:16p               312,592 Rpcrt4.dll (Intel)
  52.    12/08/97  01:17p               104,720 Rpcss.exe  (Intel)
  53.  
  54.    12/08/97  01:14p             1,217,296 Ole32.dll  (Alpha)
  55.    12/08/97  01:14p               552,208 Rpcrt4.dll (Alpha)
  56.    12/08/97  01:13p               187,152 Rpcss.exe  (Alpha)
  57.  
  58. This hotfix has been posted to the following Internet location:
  59.  
  60.    ftp://ftp.microsoft.com/bussys/winnt/winnt-public/fixes/usa/NT40/
  61.    hotfixes-postSP3/sag-fix/
  62.  
  63. NOTE: The above link is one path; it has been wrapped for readability.
  64.  
  65. STATUS
  66. ======
  67.  
  68. Microsoft has confirmed this to be a problem in Windows NT version 4.0.
  69. A supported fix is now available, but has not been fully regression-tested
  70. and should be applied only to systems experiencing this specific problem.
  71. Unless you are severely impacted by this specific problem, Microsoft
  72. recommends that you wait for the next Service Pack that contains this fix.
  73. Contact Microsoft Technical Support for more information.
  74.  
  75. Additional query words: 4.00
  76.  
  77. ============================================================================
  78.  
  79. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  80. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  81. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  82. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  83. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  84. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  85. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  86. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  87. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  88. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  89. SO THE FOREGOING LIMITATION MAY NOT APPLY.